Package com.cisco.pt.ipc.sim.impl
Class NATv6PoolImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.NATv6PoolImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEndIp()getMask()voidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidvoidvoidsetPoolName(String poolName) voidsetStartIp(IPAddress startIp) Methods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
poolName
-
startIp
-
endIp
-
mask
-
-
Constructor Details
-
NATv6PoolImpl
public NATv6PoolImpl()
-
-
Method Details
-
getPoolName
- Specified by:
getPoolNamein interfaceNATv6Pool- Returns:
- String Returns a String
-
setPoolName
- Specified by:
setPoolNamein interfaceNATv6Pool- Parameters:
poolName- Takes in a parameter of poolName
-
getStartIp
- Specified by:
getStartIpin interfaceNATv6Pool- Returns:
- IPAddress Returns a IPAddress
-
setStartIp
- Specified by:
setStartIpin interfaceNATv6Pool- Parameters:
startIp- Takes in a parameter of startIp
-
getEndIp
-
setEndIp
-
getMask
-
setMask
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-